projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc6ace1
)
(frame_up_to_date_hook): Declared.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 31 Mar 1994 08:33:38 +0000
(08:33 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 31 Mar 1994 08:33:38 +0000
(08:33 +0000)
src/termhooks.h
patch
|
blob
|
history
diff --git
a/src/termhooks.h
b/src/termhooks.h
index 65abf51dc1a4df9de993e2ad648885ffdcdbf453..e20a8fea5ed1493938d0d5e05c27f9e2c0ea461a 100644
(file)
--- a/
src/termhooks.h
+++ b/
src/termhooks.h
@@
-183,8
+183,12
@@
extern void (*judge_scroll_bars_hook)( /* FRAME_PTR *FRAME */ );
\f
/* Input queue declarations and hooks. */
+/* Called to read input events. */
extern int (*read_socket_hook) ();
+/* Called when a frame's display becomes entirely up to date. */
+extern int (*frame_up_to_date_hook) ();
+
/* Expedient hack: only provide the below definitions to files that
are prepared to handle lispy things. XINT is defined iff lisp.h
has been included before this file. */